
 * This demo application uses Microsoft Access Database (dbDemo.mdb) for
   its demonstraions. (If you test this with the Exe (which is suggested),
   just keep both dbDemo.mdb and Exe in the same location.)

 * If you like to test this with Microsoft SQL Server, just execute the script
   file provided with the project, (dbDemo(SQL Server).sql) to create 
   the database in SQL Server and adapt your connection string accordingly.
   
   >>You can change the connection string for SQL Server in <GetConString> in    
   modDataAccess Module.>>
   